Skip to content

[FEAT] Add motion detection script using OpenCV #13358#13359

Closed
AryanDhanuka10 wants to merge 2 commits intoTheAlgorithms:masterfrom
AryanDhanuka10:feature/motion_detection.py
Closed

[FEAT] Add motion detection script using OpenCV #13358#13359
AryanDhanuka10 wants to merge 2 commits intoTheAlgorithms:masterfrom
AryanDhanuka10:feature/motion_detection.py

Conversation

@AryanDhanuka10
Copy link

Description

Added a new script motion_detection.py under /computer_vision/ to implement basic motion detection using OpenCV.

Features

  • Detects motion in video or webcam feed using frame differencing.
  • Highlights regions of movement with bounding boxes.
  • Includes configurable video source.

Relevance

Motion detection is a key computer vision concept currently missing from the repository.
This addition improves educational and practical coverage for contributors.

Checklist

  • Tested locally without errors
  • Follows existing code style
  • Adds new functionality, no breaking changes

@algorithms-keeper algorithms-keeper bot added the awaiting reviews This PR is ready to be reviewed label Oct 9, 2025
@AryanDhanuka10 AryanDhanuka10 closed this by deleting the head repository Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviews This PR is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant